Pluralsight Extending IIS 7.5 with Modules and Handlers

Since IIS 7, the once monolithic web server has been broken up into about 40 components so a web server can be setup with only what it actually needs which reduces its security exposure and memory footprint. The architecture also facilitates replacing built in functionality with our own implementations. Support for HttpModules and HttpHandlers allow the web server to be extended using familiar managed .NET code rather than the previous ISAPI techiniques that required unmanaged C or C++. Great new diagnostic features provide the ability to save information about failed requests and allow inspection of worker processes and active requests running in the web server. The Microsoft.Web.Administration can also be used to write managed code that can create IIS web sites, application pools, or virtual directories.

 
Pluralsight Extending IIS 7.5 with Modules and HandlersIntroductionPluralsight Extending IIS 7.5 with Modules and Handlers00:40:16 
OverviewPluralsight Extending IIS 7.5 with Modules and Handlers01:26 
ArchitecturePluralsight Extending IIS 7.5 with Modules and Handlers09:59 
Modular ArchitecturePluralsight Extending IIS 7.5 with Modules and Handlers05:17 
Configuration and DelegationPluralsight Extending IIS 7.5 with Modules and Handlers07:38 
.NET IntegrationPluralsight Extending IIS 7.5 with Modules and Handlers04:06 
ExtensiblePluralsight Extending IIS 7.5 with Modules and Handlers02:08 
Directory Browsing ModulePluralsight Extending IIS 7.5 with Modules and Handlers03:33 
Image Copyright HandlerPluralsight Extending IIS 7.5 with Modules and Handlers04:53 
SummaryPluralsight Extending IIS 7.5 with Modules and Handlers01:16 
Pluralsight Extending IIS 7.5 with Modules and HandlersHttpModulesPluralsight Extending IIS 7.5 with Modules and Handlers00:46:25 
OverviewPluralsight Extending IIS 7.5 with Modules and Handlers01:10 
What is a HttpModulePluralsight Extending IIS 7.5 with Modules and Handlers03:48 
ASP.NET OutputCachePluralsight Extending IIS 7.5 with Modules and Handlers04:42 
Error Logging ModulePluralsight Extending IIS 7.5 with Modules and Handlers10:19 
Delay ModulePluralsight Extending IIS 7.5 with Modules and Handlers03:35 
Server Mask ModulePluralsight Extending IIS 7.5 with Modules and Handlers05:15 
32bit App WarningPluralsight Extending IIS 7.5 with Modules and Handlers03:16 
Extending ConfigurationPluralsight Extending IIS 7.5 with Modules and Handlers05:52 
Global Assembly Cache(GAC)Pluralsight Extending IIS 7.5 with Modules and Handlers07:45 
SummaryPluralsight Extending IIS 7.5 with Modules and Handlers00:43 
Pluralsight Extending IIS 7.5 with Modules and HandlersHttpHandlersPluralsight Extending IIS 7.5 with Modules and Handlers00:38:31 
OverviewPluralsight Extending IIS 7.5 with Modules and Handlers00:48 
What is a HttpHandlerPluralsight Extending IIS 7.5 with Modules and Handlers01:49 
ASP.NET Trace.axdPluralsight Extending IIS 7.5 with Modules and Handlers03:08 
Cache Clear HandlerPluralsight Extending IIS 7.5 with Modules and Handlers05:35 
IsReusablePluralsight Extending IIS 7.5 with Modules and Handlers04:44 
Generic Handler (.ashx)Pluralsight Extending IIS 7.5 with Modules and Handlers03:08 
Server Name HandlerPluralsight Extending IIS 7.5 with Modules and Handlers02:45 
Ajax HandlersPluralsight Extending IIS 7.5 with Modules and Handlers08:16 
Global Assembly Cache(GAC)Pluralsight Extending IIS 7.5 with Modules and Handlers05:43 
SummaryPluralsight Extending IIS 7.5 with Modules and Handlers02:35 
Pluralsight Extending IIS 7.5 with Modules and HandlersManaging IIS and DiagnosticsPluralsight Extending IIS 7.5 with Modules and Handlers00:42:22 
OverviewPluralsight Extending IIS 7.5 with Modules and Handlers01:32 
Failed Request TracingPluralsight Extending IIS 7.5 with Modules and Handlers07:12 
Runtime Status and Control APIPluralsight Extending IIS 7.5 with Modules and Handlers05:45 
Microsoft.Web.AdministrationPluralsight Extending IIS 7.5 with Modules and Handlers05:57 
Virtual DirectoriesPluralsight Extending IIS 7.5 with Modules and Handlers03:46 
IIS Log FilesPluralsight Extending IIS 7.5 with Modules and Handlers07:09 
LogParserPluralsight Extending IIS 7.5 with Modules and Handlers07:25 
SummaryPluralsight Extending IIS 7.5 with Modules and Handlers03:36